Skip to content

Conversation

@karanA-aws
Copy link
Contributor

@karanA-aws karanA-aws commented Jan 23, 2025

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Parameter Update for Testing:

Enhanced Development Prompt:

  • Modified GENERATE_DEV_FILE_PROMPT to support running install, build, and test commands independently.

Improved Build and Code File Upload Logic:

  • Updated the logic to enable uploading build files alongside code files.

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@karanA-aws karanA-aws requested review from a team as code owners January 23, 2025 19:55
@osdemah
Copy link
Member

osdemah commented Jan 23, 2025

/retryBuilds

val txtFile = mock<VirtualFile>()
whenever(txtFile.extension).thenReturn("txt")
whenever(txtFile.path).thenReturn("file.txt")
whenever(txtFile.extension).thenReturn("mp4")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably fix the name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name changed to mediaFile.
Also, .gitignore removed from upload exclusion set and tests updated accordingly.

@karanA-aws karanA-aws force-pushed the feature/dev-execution branch from 722d36a to 1d8e95d Compare January 23, 2025 22:39
@rli rli merged commit 232a273 into aws:feature/dev-execution Jan 24, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants